PowerSNMP for .NET
UpdateSnmpStatus(List<Device>,Int32) Method




A list of Devices to scan.
The amount of time (in milliseconds) each message will be given to receive a response.
Updates Device.SnmpStatus for each Device in devices. Doesn't support DTLS.
Syntax
Public Overloads Function UpdateSnmpStatus( _
   ByVal devices As List(Of Device), _
   ByVal timeout As Integer _
) As List(Of Device)
Dim instance As Devices
Dim devices As List(Of Device)
Dim timeout As Integer
Dim value As List(Of Device)
 
value = instance.UpdateSnmpStatus(devices, timeout)
public List<Device> UpdateSnmpStatus( 
   List<Device> devices,
   int timeout
)
public: List<Device*>* UpdateSnmpStatus( 
   List<Device*>* devices,
   int timeout
) 
public:
List<Device^>^ UpdateSnmpStatus( 
   List<Device^>^ devices,
   int timeout
) 

Parameters

devices
A list of Devices to scan.
timeout
The amount of time (in milliseconds) each message will be given to receive a response.

Return Value

The list of devices with updated Device.SnmpStatus.
Remarks

Uses an IPv6 dual-mode socket. Requires a Vista or newer operating system.

If Transport is DTLS, Device.SnmpStatus will be set to DeviceStatus.InvalidInterface.

If Aborted before all devices are queried, the returned list will only be updated up to the most recent queried Device.

All Agent certificates are accepted regardless of validity.

See Also

Reference

Devices Class
Devices Members
Overload List


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic